home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- clearGlobals()
- if the colorDepth <> 16 then
- set the colorDepth to 16
- end if
- end
-
- on stopMovie
- clearGlobals()
- puppetSound(0)
- end
-
- on InstallQTRoll
- if rollOver(8) then
- set the visible of sprite 2 to 1
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- else
- if rollOver(9) then
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 1
- set the visible of sprite 4 to 0
- else
- if rollOver(10) then
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 1
- else
- set the visible of sprite 2 to 0
- set the visible of sprite 3 to 0
- set the visible of sprite 4 to 0
- end if
- end if
- end if
- end
-